|
TAO
2.2.0
|
Implements the <file:> IOR format. More...
#include <FILE_Parser.h>


Public Member Functions | |
| virtual | ~TAO_FILE_Parser (void) |
| The destructor. More... | |
| virtual bool | match_prefix (const char *ior_string) const |
| virtual CORBA::Object_ptr | parse_string (const char *ior, CORBA::ORB_ptr orb) |
Public Member Functions inherited from TAO_IOR_Parser | |
| virtual | ~TAO_IOR_Parser (void) |
| The destructor. More... | |
Implements the <file:> IOR format.
This class implements the <file:> IOR format. It is dynamically loaded by the ORB and used to open a file, read its contents and then interprete the file as an IOR (that can be in any valid format).
|
virtual |
The destructor.
|
virtual |
Return true if ior_string starts with a prefix known to this IOR parser
Implements TAO_IOR_Parser.
|
virtual |
Parse the ior argument and return an object reference. The call may raise the standard system exceptions (NO_MEMORY, INV_OBJREF, etc.)
Implements TAO_IOR_Parser.
1.8.3.1