blob: 86fffea0812b22fcb80b6f4ecf946f551460b7d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Method_Object.cpp
// $Id$
#define ACE_BUILD_DLL
#include "ace/Method_Object.h"
ACE_Method_Object::ACE_Method_Object (void)
{
}
ACE_Method_Object::~ACE_Method_Object (void)
{
}
|