Functions

Shared_Object.cpp File Reference

#include "ace/Shared_Object.h"
#include "ace/Global_Macros.h"
#include "ace/config-all.h"
Include dependency graph for Shared_Object.cpp:

Go to the source code of this file.

Functions

 ACE_RCSID (ace, Shared_Object,"$Id: Shared_Object.cpp 80826 2008-03-04 14:51:23Z wotte $") 1int ACE_Shared_Object

Function Documentation

ACE_RCSID ( ace  ,
Shared_Object  ,
"$Id: Shared_Object.cpp 80826 2008-03-04 14:51:23Z wotte $"   
)

Definition at line 14 of file Shared_Object.cpp.

               : Shared_Object.cpp 80826 2008-03-04 14:51:23Z wotte $")

  ACE_BEGIN_VERSIONED_NAMESPACE_DECL

// Initializes object when dynamic linking occurs.

int
ACE_Shared_Object::init (int, ACE_TCHAR *[])
{
  ACE_TRACE ("ACE_Shared_Object::init");
  return 0;
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines