diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-28 10:42:26 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-28 10:42:26 +0100 |
commit | 9c2821704d3f5919de4cc6d1612ceef77dfc85b6 (patch) | |
tree | 490d5c6732977dac6aa166f211613d3c8144311b /TAO/tao/IOR_Parser.h | |
parent | 44b236a3a36ce56a1029788a17ce4e6a43fc3fc7 (diff) | |
download | ATCD-9c2821704d3f5919de4cc6d1612ceef77dfc85b6.tar.gz |
Layout changes
Diffstat (limited to 'TAO/tao/IOR_Parser.h')
-rw-r--r-- | TAO/tao/IOR_Parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/IOR_Parser.h b/TAO/tao/IOR_Parser.h index 89e112c8547..1ab29881e66 100644 --- a/TAO/tao/IOR_Parser.h +++ b/TAO/tao/IOR_Parser.h @@ -58,8 +58,7 @@ public: * The call may raise the standard system exceptions (NO_MEMORY, * INV_OBJREF, etc.) */ - virtual CORBA::Object_ptr parse_string (const char *ior, CORBA::ORB_ptr orb) - = 0; + virtual CORBA::Object_ptr parse_string (const char *ior, CORBA::ORB_ptr orb) = 0; }; TAO_END_VERSIONED_NAMESPACE_DECL |