David Rose преди 23 години
родител
ревизия
4ed9f1c353
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      panda/src/putil/datagramInputFile.h
  2. 1 1
      panda/src/putil/datagramOutputFile.h

+ 1 - 1
panda/src/putil/datagramInputFile.h

@@ -30,7 +30,7 @@
 //               consists of an arbitrary header followed by a number
 //               consists of an arbitrary header followed by a number
 //               of datagrams.
 //               of datagrams.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-class EXPCL_PANDAEXPRESS DatagramInputFile : public DatagramGenerator {
+class EXPCL_PANDA DatagramInputFile : public DatagramGenerator {
 public:
 public:
   INLINE DatagramInputFile();
   INLINE DatagramInputFile();
 
 

+ 1 - 1
panda/src/putil/datagramOutputFile.h

@@ -30,7 +30,7 @@
 //               consists of an arbitrary header followed by a number
 //               consists of an arbitrary header followed by a number
 //               of datagrams.
 //               of datagrams.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-class EXPCL_PANDAEXPRESS DatagramOutputFile : public DatagramSink {
+class EXPCL_PANDA DatagramOutputFile : public DatagramSink {
 public:
 public:
   INLINE DatagramOutputFile();
   INLINE DatagramOutputFile();