Registry.cpp File Reference

#include "ace/Registry.h"
#include "ace/os_include/os_netdb.h"
#include "ace/OS_NS_unistd.h"

Include dependency graph for Registry.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define ACE_REGISTRY_CALL_RETURN(X)


Define Documentation

#define ACE_REGISTRY_CALL_RETURN  ) 
 

Value:

do { \
    if (X != ERROR_SUCCESS) \
    { \
      errno = X; \
      return -1; \
    } \
    else \
      return 0; \
    } while (0)

Definition at line 16 of file Registry.cpp.

Referenced by ACE_Registry::Naming_Context::bind(), ACE_Registry::Naming_Context::bind_context(), ACE_Registry::Naming_Context::bind_new_context(), ACE_Registry::Naming_Context::close(), ACE_Predefined_Naming_Contexts::connect(), ACE_Registry::Naming_Context::destroy(), ACE_Registry::Naming_Context::flush(), ACE_Registry::Naming_Context::resolve(), ACE_Registry::Naming_Context::resolve_context(), ACE_Registry::Naming_Context::unbind(), and ACE_Registry::Naming_Context::unbind_context().


Generated on Thu Nov 9 11:05:41 2006 for ACE by doxygen 1.3.6