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

@@ -96,7 +96,7 @@ private:
class Node : public Object
{
public:
static InterfaceId iid (void);
static TypeId iid (void);
/**
* Must be invoked by subclasses only.