Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/coord/helper_parent.h @ 3554

Last change on this file since 3554 was 3544, checked in by bensch, 19 years ago

orxonox/trunk: now the delete-process is as inteded by c++
virtual ~ClassName extends deletion and deletes also the MasterClass

File size: 338 bytes
Line 
1/*!
2    \file helper_parent.h
3    \brief this is a parent class, that isn't visible in the real world itself
4*/
5
6
7#ifndef _HELPER_PARENT_H
8#define _HELPER_PARENT_H
9
10#include "stdincl.h"
11#include "p_node.h"
12
13
14
15class HelperParent : public PNode {
16
17 public:
18  HelperParent ();
19  virtual ~HelperParent ();
20
21};
22
23#endif /* _HELPER_PARENT_H */
Note: See TracBrowser for help on using the repository browser.