summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/RepositoryManager/URL_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/RepositoryManager/URL_Parser.h')
-rw-r--r--TAO/CIAO/DAnCE/RepositoryManager/URL_Parser.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/CIAO/DAnCE/RepositoryManager/URL_Parser.h b/TAO/CIAO/DAnCE/RepositoryManager/URL_Parser.h
index 54f9db42877..aaaeab4960c 100644
--- a/TAO/CIAO/DAnCE/RepositoryManager/URL_Parser.h
+++ b/TAO/CIAO/DAnCE/RepositoryManager/URL_Parser.h
@@ -33,6 +33,8 @@ class URL_Parser
{
public:
+ friend class ACE_Singleton <URL_Parser, ACE_Null_Mutex>;
+
/// parses commandline arguments
bool parse_args (int argc, ACE_TCHAR *argv[]);
@@ -53,11 +55,12 @@ public:
/// turns on verbosity
int debug_;
- URL_Parser (void);
- // protected constructor, singleton
-
//destructor
~URL_Parser (void);
+
+protected:
+ URL_Parser (void);
+ // protected constructor, singleton
};