From 6dc112cfc5cd4f6fa0615d89679e67d45c5551c4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 17 Jun 2007 14:53:17 +0000 Subject: bugfixes @ tunDevice --- tunDevice.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tunDevice.h') diff --git a/tunDevice.h b/tunDevice.h index b18d233..245f7e8 100644 --- a/tunDevice.h +++ b/tunDevice.h @@ -47,14 +47,13 @@ public: int write(Buffer& buf); char* getActualName(); + char* getType(); private: void operator=(const TunDevice &src); TunDevice(const TunDevice &src); struct tuntap *dev_; - char *dev_name_; - bool is_open_; }; #endif -- cgit v1.2.3