GetName -> GetTypeName

This commit is contained in:
Mathieu Lacage
2007-08-30 14:35:44 +02:00
parent 62df1e933b
commit 3330ba77b1
19 changed files with 246 additions and 41 deletions

View File

@@ -52,7 +52,7 @@ public:
bool IsDequeue (void) const;
bool IsDrop (void) const;
void Print (std::ostream &os) const;
std::string GetName (void) const;
std::string GetTypeName (void) const;
private:
enum Type m_type;
};