Main Page   Packages   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

Object.cpp

Go to the documentation of this file.
00001 
00007 #include<Object.h>
00008 namespace clawsoft{
00009 
00010 Object::Object(){
00011         setClassName("Object");
00012 }
00013 
00014 void Object::setClassName(char *n){
00015         __cls_name = n;
00016 }
00017 
00018 char *Object::getClassName(){
00019         return __cls_name;
00020 }
00021 };

Powered by:

SourceForge Logo