summaryrefslogtreecommitdiff
path: root/src/CuTNetLib/cuComponent.h
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-06 22:10:03 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-06 22:10:03 +0800
commitd368b54f516cf81e25b1ac77c36974bf3c4f462a (patch)
tree693c4d75c3fbd026a3aac8fb44ffe7f621e9e140 /src/CuTNetLib/cuComponent.h
parentedfb2d6a667b8796363e76a48c77f6032f1e1a4c (diff)
downloadtnet-d368b54f516cf81e25b1ac77c36974bf3c4f462a.tar.gz
tnet-d368b54f516cf81e25b1ac77c36974bf3c4f462a.tar.bz2
tnet-d368b54f516cf81e25b1ac77c36974bf3c4f462a.zip
Virtual 9++++++++++++++
Diffstat (limited to 'src/CuTNetLib/cuComponent.h')
-rw-r--r--src/CuTNetLib/cuComponent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CuTNetLib/cuComponent.h b/src/CuTNetLib/cuComponent.h
index 0ba55b5..cce7587 100644
--- a/src/CuTNetLib/cuComponent.h
+++ b/src/CuTNetLib/cuComponent.h
@@ -46,9 +46,6 @@ namespace TNet {
class CuComponent
{
public:
- static int UID_CNT;
- /// Unique id of this component
- int UID;
/// Types of the net components
typedef enum {
UPDATABLE_COMPONENT = 0x0100,