Index: /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h	(revision 33256)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h	(revision 33257)
@@ -225,10 +225,4 @@
 
 typedef enum {
-    MODE_NONE = 0,
-    MODE_OUT  = 1,
-    MODE_IN   = 2,
-} ModeType;
-
-typedef enum {
   DATA_ON_TGT = 0x01,
   DATA_COPY_FAILURE = 0x02,
Index: /branches/eam_branches/ipp-20111122/Ohana/src/photdbc/include/dvodist.h
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/photdbc/include/dvodist.h	(revision 33256)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/photdbc/include/dvodist.h	(revision 33257)
@@ -7,4 +7,10 @@
 // used by the md5 stuff
 # define NDIGEST  16
+
+typedef enum {
+    MODE_NONE = 0,
+    MODE_OUT  = 1,
+    MODE_IN   = 2,
+} ModeType;
 
 /* global variables */
