changeset 1082:53f5b3b991f5

The "bad" "using namespace std" was removed :)
author arpi_esp
date Sun, 10 Jun 2001 00:37:18 +0000
parents 48cd2c5a9542
children f12bd33b31d8
files loader/dshow/DS_AudioDec.c loader/dshow/DS_VideoDec.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/DS_AudioDec.c	Sat Jun 09 20:09:18 2001 +0000
+++ b/loader/dshow/DS_AudioDec.c	Sun Jun 10 00:37:18 2001 +0000
@@ -10,6 +10,7 @@
 
 //#include "DS_AudioDecoder.h"
 //#include <string.h>
+using namespace std;
 #include <stdlib.h>
 #include <except.h>
 #define __MODULE__ "DirectShow_AudioDecoder"
@@ -50,7 +51,6 @@
 0x00000001, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71};
 
 
-using namespace std;
 extern "C" char* def_path;
 
     static DS_Filter* dsf=0;
--- a/loader/dshow/DS_VideoDec.c	Sat Jun 09 20:09:18 2001 +0000
+++ b/loader/dshow/DS_VideoDec.c	Sun Jun 10 00:37:18 2001 +0000
@@ -10,6 +10,7 @@
 
 //#include "DS_VideoDecoder.h"
 //#include <string.h>
+using namespace std;
 #include <stdlib.h>
 #include <except.h>
 #define __MODULE__ "DirectShow_VideoDecoder"
@@ -44,7 +45,6 @@
 #include "DS_VideoDec.h"
 
 
-using namespace std;
 extern "C" char* def_path;
 
     static char** m_destptr=0;