InterfaceId -> TypeId

This commit is contained in:
Mathieu Lacage
2008-01-15 12:36:22 +01:00
parent 4f58be6548
commit 44c33f1618
67 changed files with 270 additions and 270 deletions

View File

@@ -78,7 +78,7 @@ private:
class Queue : public Object
{
public:
static InterfaceId iid (void);
static TypeId iid (void);
Queue ();
virtual ~Queue ();