summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2005-02-28 19:30:26 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2005-02-28 19:30:26 +0000
commitd09f47a16543a4653f6d57d238daa962ba7bc05e (patch)
tree7edf3430ff62c6cebaf596638f94b4642eae8459 /TAO/tao/CORBALOC_Parser.h
parent3457c5ed187921d213294689c6c0937ff041ad31 (diff)
downloadATCD-d09f47a16543a4653f6d57d238daa962ba7bc05e.tar.gz
ChangeLog tag:Mon Feb 28 13:29:36 2005 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.h')
-rw-r--r--TAO/tao/CORBALOC_Parser.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/TAO/tao/CORBALOC_Parser.h b/TAO/tao/CORBALOC_Parser.h
index 254e54050f1..8d891fe77e8 100644
--- a/TAO/tao/CORBALOC_Parser.h
+++ b/TAO/tao/CORBALOC_Parser.h
@@ -14,7 +14,7 @@
#ifndef TAO_CORBALOC_PARSER_H
#define TAO_CORBALOC_PARSER_H
-#include /**/ "ace/pre.h"
+#include "ace/pre.h"
#include "tao/IOR_Parser.h"
@@ -22,13 +22,14 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Profile.h"
#include "ace/Service_Config.h"
#include "ace/Array.h"
+#include "tao/Profile.h"
#include "ace/SString.h"
class TAO_MProfile;
+
/**
* @class TAO_CORBALOC_Parser
*
@@ -83,8 +84,8 @@ private:
ACE_THROW_SPEC ((CORBA::SystemException));
struct parsed_endpoint {
- parsed_endpoint () : profile_ (0) {}
- ~parsed_endpoint () { delete this->profile_; }
+ parsed_endpoint ();
+ ~parsed_endpoint ();
TAO_Profile *profile_;
char obj_key_sep_;
ACE_CString prot_addr_;
@@ -98,5 +99,5 @@ private:
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_CORBALOC_Parser)
ACE_FACTORY_DECLARE (TAO, TAO_CORBALOC_Parser)
-#include /**/ "ace/post.h"
+#include "ace/post.h"
#endif /* TAO_CORBALOC_PARSER_H */