TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / lib / EntityManager.cxx
1 // Copyright (c) 1995 James Clark
2 // See the file COPYING for copying permission.
3
4 #ifdef __GNUG__
5 #pragma implementation
6 #endif
7 #include "splib.h"
8 #include "EntityManager.h"
9
10 #ifdef SP_NAMESPACE
11 namespace SP_NAMESPACE {
12 #endif
13
14 EntityManager::~EntityManager()
15 {
16 }
17
18
19 #ifdef SP_NAMESPACE
20 }
21 #endif