summaryrefslogtreecommitdiff
path: root/main/src/common/ivug-datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/common/ivug-datatypes.h')
-rwxr-xr-xmain/src/common/ivug-datatypes.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/main/src/common/ivug-datatypes.h b/main/src/common/ivug-datatypes.h
deleted file mode 100755
index dc616e3..0000000
--- a/main/src/common/ivug-datatypes.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright 2012 Samsung Electronics Co., Ltd
- *
- * Licensed under the Flora License, Version 1.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.tizenopensource.org/license
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-#ifndef __IVUG_DATATYPES_H__
-#define __IVUG_DATATYPES_H__
-
-#include "ivug-define.h"
-
-typedef void *Handle;
-
-#ifdef _USE_MEDIAINFO_STRINGID_
-typedef const char *UUID;
-#else
-typedef int UUID;
-#endif
-
-#endif // __IVUG_DATATYPES_H__
-