oplObject.cpp
Go to the documentation of this file.
00001 
00002 #include "tfd_modules/opl/oplObject.h"
00003 
00004 namespace opl
00005 {
00006 
00007 namespace interface
00008 {
00009 
00010 Object::Object(const std::string& objectID)
00011 : objectID(objectID)
00012 {
00013 }
00014 
00015 Object::~Object()
00016 {
00017 }
00018 
00019 void Object::initialize()
00020 {
00021 }
00022 
00023 }
00024 
00025 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


tfd_modules
Author(s): Maintained by Christian Dornhege (see AUTHORS file).
autogenerated on Tue Jan 22 2013 12:25:03