summaryrefslogtreecommitdiff
path: root/TAO/tao/FILE_Parser.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-02 07:13:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-02 07:13:04 +0000
commitef90f48326d00ec9fcb44bc43ac249e4617d7cb7 (patch)
tree52300a84c07910ff7f95f76d7b2820c1a4b59606 /TAO/tao/FILE_Parser.h
parent681f78f9142968f31054464967191979d51af69b (diff)
downloadATCD-ef90f48326d00ec9fcb44bc43ac249e4617d7cb7.tar.gz
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/FILE_Parser.h')
-rw-r--r--TAO/tao/FILE_Parser.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/FILE_Parser.h b/TAO/tao/FILE_Parser.h
index 480fb653d18..70ef8805d96 100644
--- a/TAO/tao/FILE_Parser.h
+++ b/TAO/tao/FILE_Parser.h
@@ -1,3 +1,4 @@
+// -*- C++ -*-
//=============================================================================
/**
@@ -22,6 +23,8 @@
#include "tao/IOR_Parser.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_FILE_Parser
*
@@ -32,11 +35,9 @@
* read its contents and then interepret the file as an IOR (that
* can be in any valid format).
*/
-class TAO_Export TAO_FILE_Parser : public TAO_IOR_Parser
+class TAO_FILE_Parser : public TAO_IOR_Parser
{
public:
- /// Constructor
- TAO_FILE_Parser (void);
/// The destructor
virtual ~TAO_FILE_Parser (void);
@@ -50,9 +51,7 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException));
};
-#if defined (__ACE_INLINE__)
-# include "FILE_Parser.i"
-#endif /* __ACE_INLINE__ */
+TAO_END_VERSIONED_NAMESPACE_DECL
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_FILE_Parser)
ACE_FACTORY_DECLARE (TAO, TAO_FILE_Parser)