Changeset 38458
- Timestamp:
- 09/11/10 03:12:57 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk
- Files:
-
- 11 modified
-
configure.ac (modified) (1 diff)
-
src/Common.h (modified) (1 diff)
-
src/CompletionWindow.h (modified) (1 diff)
-
src/InputWindow.h (modified) (1 diff)
-
src/OutputWindow.h (modified) (1 diff)
-
src/os-unix/OS.cc (modified) (1 diff)
-
src/ui-windows/CompletionWindowPlatform.cc (modified) (1 diff)
-
src/ui-windows/CompletionWindowPlatform.h (modified) (1 diff)
-
src/ui-windows/InputWindowPlatform.h (modified) (1 diff)
-
src/ui-windows/OutputWindowPlatform.cc (modified) (1 diff)
-
src/ui-windows/OutputWindowPlatform.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/configure.ac
r38453 r38458 87 87 88 88 AC_DEFINE(MIL_CONFIG_H_INCLUDED, 1, [config.h include guard]) 89 90 if test ! -d "$srcdir"; then91 AC_MSG_FAILURE([Environment variable "srcdir" not found, please report this to $PACKAGE_BUGREPORT])92 fi93 89 94 90 I3_ADD_CPPFLAGS([-I${srcdir}/src/mil/include]) -
lang/objective-cplusplus/i3/trunk/src/Common.h
r37886 r38458 47 47 48 48 namespace i3 { 49 50 class Mediator; 51 49 52 int global_loop(); 50 53 int init_common_global_data(int argc, char** argv); -
lang/objective-cplusplus/i3/trunk/src/CompletionWindow.h
r36835 r38458 4 4 5 5 #pragma once 6 #include "CompletionWindowPlatform.h" 6 7 #include "Common.h" 8 #include "Platform.h" 7 9 8 10 namespace i3 { -
lang/objective-cplusplus/i3/trunk/src/InputWindow.h
r37559 r38458 2 2 3 3 #include "Common.h" 4 #include " InputWindowPlatform.h"4 #include "Platform.h" 5 5 #include <mil/DoubleBuffer.h> 6 6 -
lang/objective-cplusplus/i3/trunk/src/OutputWindow.h
r37559 r38458 6 6 7 7 #include "Common.h" 8 #include " OutputWindowPlatform.h"8 #include "Platform.h" 9 9 10 10 namespace i3 { -
lang/objective-cplusplus/i3/trunk/src/os-unix/OS.cc
r38020 r38458 1 1 #include <mil/PrecompiledHeaders.h> 2 #include " Common.h"2 #include "../Common.h" 3 3 #include <sys/stat.h> 4 4 #include <sys/types.h> -
lang/objective-cplusplus/i3/trunk/src/ui-windows/CompletionWindowPlatform.cc
r37319 r38458 1 1 2 2 #include <mil/PrecompiledHeaders.h> 3 #include "CompletionWindow.h"4 3 #include "CompletionWindowPlatform.h" 5 #include "Mediator.h" 4 #include "../Mediator.h" 5 #include "../CompletionWindow.h" 6 6 7 7 /** -
lang/objective-cplusplus/i3/trunk/src/ui-windows/CompletionWindowPlatform.h
r37879 r38458 4 4 5 5 #pragma once 6 #include " Common.h"6 #include "../Common.h" 7 7 8 8 namespace i3 { 9 10 class Mediator;11 9 12 10 template <typename Child> -
lang/objective-cplusplus/i3/trunk/src/ui-windows/InputWindowPlatform.h
r38452 r38458 5 5 namespace i3 { 6 6 7 class Mediator;8 7 class InputWindow; 9 10 8 template <typename Child = InputWindow> 11 9 class InputWindowPlatform : -
lang/objective-cplusplus/i3/trunk/src/ui-windows/OutputWindowPlatform.cc
r37319 r38458 1 1 #include <mil/PrecompiledHeaders.h> 2 #include "OutputWindow.h"3 2 #include "OutputWindowPlatform.h" 4 #include "Mediator.h" 3 #include "../Mediator.h" 4 #include "../OutputWindow.h" 5 5 6 6 /** -
lang/objective-cplusplus/i3/trunk/src/ui-windows/OutputWindowPlatform.h
r37879 r38458 5 5 #pragma once 6 6 #include <mil/UIModule.h> 7 #include " Common.h"7 #include "../Common.h" 8 8 9 9 namespace i3 {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)