summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Tokens/manual/manual.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/netsvcs/clients/Tokens/manual/manual.cpp b/netsvcs/clients/Tokens/manual/manual.cpp
index 9cbddb02ce9..906653569aa 100644
--- a/netsvcs/clients/Tokens/manual/manual.cpp
+++ b/netsvcs/clients/Tokens/manual/manual.cpp
@@ -50,6 +50,8 @@ public:
int handle_input (ACE_HANDLE);
int handle_exception (ACE_HANDLE);
+ typedef ACE_CString TID;
+
private:
void display_menu (void);
@@ -61,8 +63,6 @@ private:
ACE_Token_Proxy *create_proxy (const char *token, char type);
// Create a proxy to <token> with a <tid> client id.
- typedef ACE_CString TID;
-
// = Mapping from tid to Token_Collection.
typedef ACE_Map_Manager<TID, ACE_Token_Collection *, ACE_Null_Mutex>
COLLECTIONS;