diff options
author | deva <deva> | 2005-06-13 20:38:19 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-13 20:38:19 +0000 |
commit | 0836a6e06f86e366017da3b2b2c132b3a4f2c877 (patch) | |
tree | 2df50f436a8664e564267d1200f3ef9b6c204dbe /src/info_console.h | |
parent | fca7f73ae889f5e74a3b31441f5b2d778ecbd2d4 (diff) |
Added some logfile code.
Enhanced the file object... now ready to hook into mov_encoder
Diffstat (limited to 'src/info_console.h')
-rw-r--r-- | src/info_console.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/info_console.h b/src/info_console.h index 019c8b7..5422235 100644 --- a/src/info_console.h +++ b/src/info_console.h @@ -42,6 +42,9 @@ #include <pthread.h> #include <semaphore.h> +#include <string> +using namespace std; + class InfoConsole: public Info { public: InfoConsole(); @@ -52,7 +55,6 @@ public: void info(char* fmt, ...); private: - pthread_mutex_t mutex; }; #endif/*__MIAV_INFO_CONSOLE_H__*/ |