Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2005, 7:52:50 PM (18 years ago)
Author:
bensch
Message:

newModel new static_model class added

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/newModel/src/lib/graphics/importer/model.cc

    r6016 r6021  
    1616#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_MODEL
    1717
    18 #include "abstract_model.h"
     18#include "model.h"
    1919
    2020using namespace std;
    21 
    2221
    2322/**
     
    2524 * @todo this constructor is not jet implemented - do it
    2625*/
    27 AbstractModel::AbstractModel()
     26Model::Model()
    2827{
    2928//   this->setClassID(CL_PROTO_ID, "ProtoClass");
     
    4241 * standard deconstructor
    4342*/
    44 AbstractModel::~AbstractModel()
     43Model::~Model()
    4544{
    4645  // delete what has to be deleted here
Note: See TracChangeset for help on using the changeset viewer.