OSDN Git Service

[dennco] refactored the directory structure. Now directory layer1 and layer2 are...
authortkawata <tkawata@users.sourceforge.jp>
Tue, 23 Oct 2012 00:57:43 +0000 (09:57 +0900)
committertkawata <tkawata@users.sourceforge.jp>
Tue, 23 Oct 2012 00:57:43 +0000 (09:57 +0900)
141 files changed:
Source/Source.pro
Source/layer1/DNGlobal.cpp [moved from Source/DNGlobal.cpp with 100% similarity]
Source/layer1/DNGlobal.h [moved from Source/DNGlobal.h with 100% similarity]
Source/layer1/DNStorage.cpp [moved from Source/DNStorage.cpp with 100% similarity]
Source/layer1/DNStorage.h [moved from Source/DNStorage.h with 100% similarity]
Source/layer1/DNStorageImpl.h [moved from Source/DNStorageImpl.h with 100% similarity]
Source/layer1/DNUtils.cpp [moved from Source/DNUtils.cpp with 100% similarity]
Source/layer1/DNUtils.h [moved from Source/DNUtils.h with 100% similarity]
Source/layer1/TKAxon.cpp [moved from Source/TKAxon.cpp with 100% similarity]
Source/layer1/TKAxon.h [moved from Source/TKAxon.h with 100% similarity]
Source/layer1/TKAxonTerminal.cpp [moved from Source/TKAxonTerminal.cpp with 100% similarity]
Source/layer1/TKAxonTerminal.h [moved from Source/TKAxonTerminal.h with 100% similarity]
Source/layer1/TKCell.cpp [moved from Source/TKCell.cpp with 100% similarity]
Source/layer1/TKCell.h [moved from Source/TKCell.h with 100% similarity]
Source/layer1/TKCellCode.cpp [moved from Source/TKCellCode.cpp with 100% similarity]
Source/layer1/TKCellCode.h [moved from Source/TKCellCode.h with 100% similarity]
Source/layer1/TKCellCodeInstance.cpp [moved from Source/TKCellCodeInstance.cpp with 100% similarity]
Source/layer1/TKCellCodeInstance.h [moved from Source/TKCellCodeInstance.h with 100% similarity]
Source/layer1/TKConsole.h [moved from Source/TKConsole.h with 100% similarity]
Source/layer1/TKContainer.cpp [moved from Source/TKContainer.cpp with 100% similarity]
Source/layer1/TKContainer.h [moved from Source/TKContainer.h with 100% similarity]
Source/layer1/TKDebug.cpp [moved from Source/TKDebug.cpp with 100% similarity]
Source/layer1/TKDebug.h [moved from Source/TKDebug.h with 100% similarity]
Source/layer1/TKLock.cpp [moved from Source/TKLock.cpp with 100% similarity]
Source/layer1/TKLock.h [moved from Source/TKLock.h with 100% similarity]
Source/layer1/TKLockImpl.h [moved from Source/TKLockImpl.h with 100% similarity]
Source/layer1/TKLog.cpp [moved from Source/TKLog.cpp with 100% similarity]
Source/layer1/TKLog.h [moved from Source/TKLog.h with 100% similarity]
Source/layer1/TKReceptor.cpp [moved from Source/TKReceptor.cpp with 100% similarity]
Source/layer1/TKReceptor.h [moved from Source/TKReceptor.h with 100% similarity]
Source/layer1/platform/osx/OSXTKLockImpl.h [moved from Source/platform/osx/OSXTKLockImpl.h with 100% similarity]
Source/layer1/platform/osx/OSXTKLockImpl.mm [moved from Source/platform/osx/OSXTKLockImpl.mm with 100% similarity]
Source/layer1/platform/osx/TKConsole.mm [moved from Source/platform/osx/TKConsole.mm with 100% similarity]
Source/layer1/platform/qt/QtTKConsole.cpp [moved from Source/platform/qt/QtTKConsole.cpp with 100% similarity]
Source/layer1/platform/qt/qtdnstorageimpl.cpp [moved from Source/platform/qt/qtdnstorageimpl.cpp with 100% similarity]
Source/layer1/platform/qt/qtdnstorageimpl.h [moved from Source/platform/qt/qtdnstorageimpl.h with 100% similarity]
Source/layer1/platform/qt/qttklockimpl.cpp [moved from Source/platform/qt/qttklockimpl.cpp with 100% similarity]
Source/layer1/platform/qt/qttklockimpl.h [moved from Source/platform/qt/qttklockimpl.h with 100% similarity]
Source/layer2/DNContainerBuilder.cpp [moved from Source/DNContainerBuilder.cpp with 100% similarity]
Source/layer2/DNContainerBuilder.h [moved from Source/DNContainerBuilder.h with 100% similarity]
Source/layer2/DNDirectory.cpp [moved from Source/DNDirectory.cpp with 100% similarity]
Source/layer2/DNDirectory.h [moved from Source/DNDirectory.h with 100% similarity]
Source/layer2/DNDirectoryImpl.h [moved from Source/DNDirectoryImpl.h with 100% similarity]
Source/layer2/DNFileList.cpp [moved from Source/DNFileList.cpp with 100% similarity]
Source/layer2/DNFileList.h [moved from Source/DNFileList.h with 100% similarity]
Source/layer2/DNXML.cpp [moved from Source/DNXML.cpp with 100% similarity]
Source/layer2/DNXML.h [moved from Source/DNXML.h with 100% similarity]
Source/layer2/DNXMLElement.cpp [moved from Source/DNXMLElement.cpp with 100% similarity]
Source/layer2/DNXMLElement.h [moved from Source/DNXMLElement.h with 100% similarity]
Source/layer2/DNXMLImpl.h [moved from Source/DNXMLImpl.h with 100% similarity]
Source/layer2/platform/qt/qtdndirectoryimpl.cpp [moved from Source/platform/qt/qtdndirectoryimpl.cpp with 100% similarity]
Source/layer2/platform/qt/qtdndirectoryimpl.h [moved from Source/platform/qt/qtdndirectoryimpl.h with 100% similarity]
Source/layer2/platform/qt/qtdnxmlimpl.cpp [moved from Source/platform/qt/qtdnxmlimpl.cpp with 100% similarity]
Source/layer2/platform/qt/qtdnxmlimpl.h [moved from Source/platform/qt/qtdnxmlimpl.h with 100% similarity]
Source/layer3/DNAlert.cpp [moved from Source/DNAlert.cpp with 100% similarity]
Source/layer3/DNAlert.h [moved from Source/DNAlert.h with 100% similarity]
Source/layer3/DNAlertImpl.h [moved from Source/DNAlertImpl.h with 100% similarity]
Source/layer3/DNEngine.cpp [moved from Source/DNEngine.cpp with 100% similarity]
Source/layer3/DNEngine.h [moved from Source/DNEngine.h with 100% similarity]
Source/layer3/DNSerialPort.cpp [moved from Source/DNSerialPort.cpp with 100% similarity]
Source/layer3/DNSerialPort.h [moved from Source/DNSerialPort.h with 100% similarity]
Source/layer3/DNSerialPortImpl.h [moved from Source/DNSerialPortImpl.h with 100% similarity]
Source/layer3/DNServerBase.h [moved from Source/DNServerBase.h with 100% similarity]
Source/layer3/DNServerHTTP.cpp [moved from Source/DNServerHTTP.cpp with 100% similarity]
Source/layer3/DNServerHTTP.h [moved from Source/DNServerHTTP.h with 100% similarity]
Source/layer3/DNServerHTTPImpl.h [moved from Source/DNServerHTTPImpl.h with 100% similarity]
Source/layer3/DNServerSerialPort.cpp [moved from Source/DNServerSerialPort.cpp with 100% similarity]
Source/layer3/DNServerSerialPort.h [moved from Source/DNServerSerialPort.h with 100% similarity]
Source/layer3/DNSettings.cpp [moved from Source/DNSettings.cpp with 100% similarity]
Source/layer3/DNSettings.h [moved from Source/DNSettings.h with 100% similarity]
Source/layer3/DNSettingsImpl.h [moved from Source/DNSettingsImpl.h with 100% similarity]
Source/layer3/DNThread.cpp [moved from Source/DNThread.cpp with 100% similarity]
Source/layer3/DNThread.h [moved from Source/DNThread.h with 100% similarity]
Source/layer3/DNThreadImpl.h [moved from Source/DNThreadImpl.h with 100% similarity]
Source/layer3/DNTimeKeeper.cpp [moved from Source/DNTimeKeeper.cpp with 100% similarity]
Source/layer3/DNTimeKeeper.h [moved from Source/DNTimeKeeper.h with 100% similarity]
Source/layer3/DNTimeKeeperImpl.h [moved from Source/DNTimeKeeperImpl.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSBasicCell.cpp [moved from Source/TKJSBasicCell.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSBasicCell.h [moved from Source/TKJSBasicCell.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellBase.cpp [moved from Source/TKJSCellBase.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellBase.h [moved from Source/TKJSCellBase.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellCode.cpp [moved from Source/TKJSCellCode.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellCode.h [moved from Source/TKJSCellCode.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellCodeInstance.cpp [moved from Source/TKJSCellCodeInstance.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSCellCodeInstance.h [moved from Source/TKJSCellCodeInstance.h with 100% similarity]
Source/layer3/OSXJSScript/TKJSContainer.cpp [moved from Source/TKJSContainer.cpp with 100% similarity]
Source/layer3/OSXJSScript/TKJSContainer.h [moved from Source/TKJSContainer.h with 99% similarity]
Source/layer3/QtDennco/dnwebinterface.cpp [moved from Source/QtDennco/dnwebinterface.cpp with 100% similarity]
Source/layer3/QtDennco/dnwebinterface.h [moved from Source/QtDennco/dnwebinterface.h with 100% similarity]
Source/layer3/QtDennco/main.cpp [moved from Source/QtDennco/main.cpp with 100% similarity]
Source/layer3/QtDennco/mainwindow.cpp [moved from Source/QtDennco/mainwindow.cpp with 100% similarity]
Source/layer3/QtDennco/mainwindow.h [moved from Source/QtDennco/mainwindow.h with 100% similarity]
Source/layer3/QtDennco/mainwindow.ui [moved from Source/QtDennco/mainwindow.ui with 100% similarity]
Source/layer3/QtDennco/portinfodialog.ui [moved from Source/QtDennco/portinfodialog.ui with 100% similarity]
Source/layer3/QtScript/dnqsbasiccell.cpp [moved from Source/QtScript/dnqsbasiccell.cpp with 100% similarity]
Source/layer3/QtScript/dnqsbasiccell.h [moved from Source/QtScript/dnqsbasiccell.h with 100% similarity]
Source/layer3/QtScript/dnqsbasicstoragecell.cpp [moved from Source/QtScript/dnqsbasicstoragecell.cpp with 100% similarity]
Source/layer3/QtScript/dnqsbasicstoragecell.h [moved from Source/QtScript/dnqsbasicstoragecell.h with 100% similarity]
Source/layer3/QtScript/dnqscellbase.cpp [moved from Source/QtScript/dnqscellbase.cpp with 100% similarity]
Source/layer3/QtScript/dnqscellbase.h [moved from Source/QtScript/dnqscellbase.h with 100% similarity]
Source/layer3/QtScript/dnqscellcode.cpp [moved from Source/QtScript/dnqscellcode.cpp with 100% similarity]
Source/layer3/QtScript/dnqscellcode.h [moved from Source/QtScript/dnqscellcode.h with 100% similarity]
Source/layer3/QtScript/dnqscellcodeinstance.cpp [moved from Source/QtScript/dnqscellcodeinstance.cpp with 100% similarity]
Source/layer3/QtScript/dnqscellcodeinstance.h [moved from Source/QtScript/dnqscellcodeinstance.h with 100% similarity]
Source/layer3/QtScript/dnqscontainer.cpp [moved from Source/QtScript/dnqscontainer.cpp with 100% similarity]
Source/layer3/QtScript/dnqscontainer.h [moved from Source/QtScript/dnqscontainer.h with 100% similarity]
Source/layer3/QtScript/dnqsinputcell.cpp [moved from Source/QtScript/dnqsinputcell.cpp with 100% similarity]
Source/layer3/QtScript/dnqsinputcell.h [moved from Source/QtScript/dnqsinputcell.h with 100% similarity]
Source/layer3/QtScript/dnqsoutputcell.cpp [moved from Source/QtScript/dnqsoutputcell.cpp with 100% similarity]
Source/layer3/QtScript/dnqsoutputcell.h [moved from Source/QtScript/dnqsoutputcell.h with 100% similarity]
Source/layer3/TKUICell.cpp [moved from Source/TKUICell.cpp with 100% similarity]
Source/layer3/TKUICell.h [moved from Source/TKUICell.h with 100% similarity]
Source/layer3/dennco.h [moved from Source/dennco.h with 100% similarity]
Source/layer3/platform/osx/OSXDNAlert.h [moved from Source/platform/osx/OSXDNAlert.h with 100% similarity]
Source/layer3/platform/osx/OSXDNAlert.mm [moved from Source/platform/osx/OSXDNAlert.mm with 100% similarity]
Source/layer3/platform/osx/OSXDNDirectoryImpl.h [moved from Source/platform/osx/OSXDNDirectoryImpl.h with 100% similarity]
Source/layer3/platform/osx/OSXDNDirectoryImpl.mm [moved from Source/platform/osx/OSXDNDirectoryImpl.mm with 100% similarity]
Source/layer3/platform/osx/OSXDNSimpleHTTPServerImpl.h [moved from Source/platform/osx/OSXDNSimpleHTTPServerImpl.h with 100% similarity]
Source/layer3/platform/osx/OSXDNSimpleHTTPServerImpl.mm [moved from Source/platform/osx/OSXDNSimpleHTTPServerImpl.mm with 100% similarity]
Source/layer3/platform/osx/OSXDNTimeKeeperImpl.h [moved from Source/platform/osx/OSXDNTimeKeeperImpl.h with 100% similarity]
Source/layer3/platform/osx/OSXDNTimeKeeperImpl.mm [moved from Source/platform/osx/OSXDNTimeKeeperImpl.mm with 100% similarity]
Source/layer3/platform/osx/OSXDNXMLImpl.h [moved from Source/platform/osx/OSXDNXMLImpl.h with 100% similarity]
Source/layer3/platform/osx/OSXDNXMLImpl.mm [moved from Source/platform/osx/OSXDNXMLImpl.mm with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPConnection.h [moved from Source/platform/osx/SimpleHTTPConnection.h with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPConnection.mm [moved from Source/platform/osx/SimpleHTTPConnection.mm with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPServer.h [moved from Source/platform/osx/SimpleHTTPServer.h with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPServer.mm [moved from Source/platform/osx/SimpleHTTPServer.mm with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPServerController.h [moved from Source/platform/osx/SimpleHTTPServerController.h with 100% similarity]
Source/layer3/platform/osx/SimpleHTTPServerController.mm [moved from Source/platform/osx/SimpleHTTPServerController.mm with 100% similarity]
Source/layer3/platform/qt/qtdnalertimpl.cpp [moved from Source/platform/qt/qtdnalertimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdnalertimpl.h [moved from Source/platform/qt/qtdnalertimpl.h with 100% similarity]
Source/layer3/platform/qt/qtdnserialportimpl.cpp [moved from Source/platform/qt/qtdnserialportimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdnserialportimpl.h [moved from Source/platform/qt/qtdnserialportimpl.h with 100% similarity]
Source/layer3/platform/qt/qtdnsettingsimpl.cpp [moved from Source/platform/qt/qtdnsettingsimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdnthreadimpl.cpp [moved from Source/platform/qt/qtdnthreadimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdnthreadimpl.h [moved from Source/platform/qt/qtdnthreadimpl.h with 100% similarity]
Source/layer3/platform/qt/qtdntimekeeperimpl.cpp [moved from Source/platform/qt/qtdntimekeeperimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtdntimekeeperimpl.h [moved from Source/platform/qt/qtdntimekeeperimpl.h with 100% similarity]
Source/layer3/platform/qt/qtsimplehttpserverimpl.cpp [moved from Source/platform/qt/qtsimplehttpserverimpl.cpp with 100% similarity]
Source/layer3/platform/qt/qtsimplehttpserverimpl.h [moved from Source/platform/qt/qtsimplehttpserverimpl.h with 100% similarity]
Source/versioninfo.h

index 734943e..46c7cc8 100644 (file)
@@ -11,123 +11,122 @@ TEMPLATE = app
 
 DESTDIR = ../bin
 
-INCLUDEPATH += QtScript QtDennco platform/qt ../Thirdparty/qt/qserialdevice-qserialdevice/include
+INCLUDEPATH += layer1 layer2 layer3 layer3/QtScript layer3/QtDennco layer1/platform/qt layer2/platform/qt layer3/platform/qt ../Thirdparty/qt/qserialdevice-qserialdevice/include
 
-SOURCES += QtDennco/mainwindow.cpp \
-    QtDennco/main.cpp \
-    TKUICell.cpp \
-    TKReceptor.cpp \
-    TKLog.cpp \
-    TKLock.cpp \
-    TKDebug.cpp \
-    TKContainer.cpp \
-    TKCellCodeInstance.cpp \
-    TKCellCode.cpp \
-    TKCell.cpp \
-    TKAxonTerminal.cpp \
-    TKAxon.cpp \
-    DNXMLElement.cpp \
-    DNXML.cpp \
-    DNUtils.cpp \
-    DNTimeKeeper.cpp \
-    DNFileList.cpp \
-    DNEngine.cpp \
-    DNDirectory.cpp \
-    DNContainerBuilder.cpp \
-    DNAlert.cpp \
-    QtScript/dnqscellbase.cpp \
-    QtScript/dnqsbasiccell.cpp \
-    QtScript/dnqscellcode.cpp \
-    QtScript/dnqscellcodeinstance.cpp \
-    QtScript/dnqscontainer.cpp \
-    platform/qt/qttklockimpl.cpp \
-    platform/qt/qtdndirectoryimpl.cpp \
-    platform/qt/qtdnalertimpl.cpp \
-    platform/qt/qtsimplehttpserverimpl.cpp \
-    platform/qt/qtdntimekeeperimpl.cpp \
-    platform/qt/qtdnxmlimpl.cpp \
-    platform/qt/QtTKConsole.cpp \
-    DNGlobal.cpp \
-    DNThread.cpp \
-    platform/qt/qtdnthreadimpl.cpp \
-    QtDennco/dnwebinterface.cpp \
-    QtScript/dnqsinputcell.cpp \
-    QtScript/dnqsoutputcell.cpp \
-    platform/qt/qtdnstorageimpl.cpp \
-    DNStorage.cpp \
-    QtScript/dnqsbasicstoragecell.cpp \
-    DNServerHTTP.cpp \
-    DNServerSerialPort.cpp \
-    DNSerialPort.cpp \
-    platform/qt/qtdnserialportimpl.cpp \
-    DNSettings.cpp \
-    platform/qt/qtdnsettingsimpl.cpp
+SOURCES += \
+    layer1/TKLock.cpp \
+    layer1/TKDebug.cpp \
+    layer1/TKCellCodeInstance.cpp \
+    layer1/TKCellCode.cpp \
+    layer1/TKAxonTerminal.cpp \
+    layer1/DNStorage.cpp \
+    layer1/DNGlobal.cpp \
+    layer1/TKLog.cpp \
+    layer1/TKReceptor.cpp \
+    layer1/DNUtils.cpp \
+    layer1/TKAxon.cpp \
+    layer1/TKCell.cpp \
+    layer1/TKContainer.cpp \
+    layer1/platform/qt/qttklockimpl.cpp \
+    layer1/platform/qt/QtTKConsole.cpp \
+    layer1/platform/qt/qtdnstorageimpl.cpp \
+    layer2/DNXMLElement.cpp \
+    layer2/DNXML.cpp \
+    layer2/DNFileList.cpp \
+    layer2/DNDirectory.cpp \
+    layer2/DNContainerBuilder.cpp \
+    layer2/platform/qt/qtdndirectoryimpl.cpp \
+    layer2/platform/qt/qtdnxmlimpl.cpp \
+    layer3/DNAlert.cpp \
+    layer3/TKUICell.cpp \
+    layer3/DNTimeKeeper.cpp \
+    layer3/DNThread.cpp \
+    layer3/DNSerialPort.cpp \
+    layer3/DNServerSerialPort.cpp \
+    layer3/DNSettings.cpp \
+    layer3/DNEngine.cpp \
+    layer3/DNServerHTTP.cpp \
+    layer3/QtScript/dnqsoutputcell.cpp \
+    layer3/QtScript/dnqsinputcell.cpp \
+    layer3/QtScript/dnqscellcodeinstance.cpp \
+    layer3/QtScript/dnqscellbase.cpp \
+    layer3/QtScript/dnqsbasicstoragecell.cpp \
+    layer3/QtScript/dnqsbasiccell.cpp \
+    layer3/QtScript/dnqscellcode.cpp \
+    layer3/QtScript/dnqscontainer.cpp \
+    layer3/QtDennco/main.cpp \
+    layer3/QtDennco/dnwebinterface.cpp \
+    layer3/QtDennco/mainwindow.cpp \
+    layer3/platform/qt/qtsimplehttpserverimpl.cpp \
+    layer3/platform/qt/qtdnsettingsimpl.cpp \
+    layer3/platform/qt/qtdnalertimpl.cpp \
+    layer3/platform/qt/qtdntimekeeperimpl.cpp \
+    layer3/platform/qt/qtdnthreadimpl.cpp \
+    layer3/platform/qt/qtdnserialportimpl.cpp
 
+HEADERS  += \
+    layer1/TKLockImpl.h \
+    layer1/TKLock.h \
+    layer1/TKDebug.h \
+    layer1/TKCellCodeInstance.h \
+    layer1/DNStorage.h \
+    layer1/DNGlobal.h \
+    layer1/TKConsole.h \
+    layer1/TKLog.h \
+    layer1/DNUtils.h \
+    layer1/TKAxon.h \
+    layer1/TKCellCode.h \
+    layer1/TKContainer.h \
+    layer1/TKAxonTerminal.h \
+    layer1/TKCell.h \
+    layer1/TKReceptor.h \
+    layer1/platform/qt/qttklockimpl.h \
+    layer1/platform/qt/qtdnstorageimpl.h \
+    layer2/DNXMLImpl.h \
+    layer2/DNXMLElement.h \
+    layer2/DNXML.h \
+    layer2/DNFileList.h \
+    layer2/DNDirectoryImpl.h \
+    layer2/DNDirectory.h \
+    layer2/DNContainerBuilder.h \
+    layer2/platform/qt/qtdndirectoryimpl.h \
+    layer2/platform/qt/qtdnxmlimpl.h \
+    layer3/DNAlertImpl.h \
+    layer3/DNAlert.h \
+    layer3/TKUICell.h \
+    layer3/DNTimeKeeperImpl.h \
+    layer3/DNTimeKeeper.h \
+    layer3/DNThreadImpl.h \
+    layer3/dennco.h \
+    layer3/DNServerHTTP.h \
+    layer3/DNSerialPort.h \
+    layer3/DNSerialPortImpl.h \
+    layer3/DNServerSerialPort.h \
+    layer3/DNServerHTTPImpl.h \
+    layer3/DNThread.h \
+    layer3/DNServerBase.h \
+    layer3/DNSettingsImpl.h \
+    layer3/DNSettings.h \
+    layer3/DNEngine.h \
+    layer3/QtScript/dnqsoutputcell.h \
+    layer3/QtScript/dnqsinputcell.h \
+    layer3/QtScript/dnqscellcodeinstance.h \
+    layer3/QtScript/dnqscellbase.h \
+    layer3/QtScript/dnqsbasicstoragecell.h \
+    layer3/QtScript/dnqsbasiccell.h \
+    layer3/QtScript/dnqscellcode.h \
+    layer3/QtScript/dnqscontainer.h \
+    layer3/QtDennco/dnwebinterface.h \
+    layer3/QtDennco/mainwindow.h \
+    layer3/platform/qt/qtdnthreadimpl.h \
+    layer3/platform/qt/qtdnalertimpl.h \
+    layer3/platform/qt/qtsimplehttpserverimpl.h \
+    layer3/platform/qt/qtdnserialportimpl.h \
+    layer3/platform/qt/qtdntimekeeperimpl.h \
+    layer1/DNStorageImpl.h
 
-HEADERS  += QtDennco/mainwindow.h \
-    TKUICell.h \
-    TKReceptor.h \
-    TKLog.h \
-    TKLockImpl.h \
-    TKLock.h \
-    TKDebug.h \
-    TKContainer.h \
-    TKConsole.h \
-    TKCellCodeInstance.h \
-    TKCellCode.h \
-    TKCell.h \
-    TKAxonTerminal.h \
-    TKAxon.h \
-    DNXMLImpl.h \
-    DNXMLElement.h \
-    DNXML.h \
-    DNUtils.h \
-    DNTimeKeeperImpl.h \
-    DNTimeKeeper.h \
-    DNFileList.h \
-    DNEngine.h \
-    DNDirectoryImpl.h \
-    DNDirectory.h \
-    DNContainerBuilder.h \
-    DNAlertImpl.h \
-    DNAlert.h \
-    dennco.h \
-    QtScript/dnqscellbase.h \
-    QtScript/dnqsbasiccell.h \
-    QtScript/dnqscellcode.h \
-    QtScript/dnqscellcodeinstance.h \
-    QtScript/dnqscontainer.h \
-    versioninfo.h \
-    platform/qt/qttklockimpl.h \
-    platform/qt/qtdndirectoryimpl.h \
-    platform/qt/qtdnalertimpl.h \
-    platform/qt/qtsimplehttpserverimpl.h \
-    platform/qt/qtdntimekeeperimpl.h \
-    platform/qt/qtdnxmlimpl.h \
-    DNGlobal.h \
-    DNThread.h \
-    DNThreadImpl.h \
-    platform/qt/qtdnthreadimpl.h \
-    QtDennco/dnwebinterface.h \
-    QtScript/dnqsinputcell.h \
-    QtScript/dnqsoutputcell.h \
-    DNStorageImpl.h \
-    DNStorage.h \
-    platform/qt/qtdnstorageimpl.h \
-    QtScript/dnqsbasicstoragecell.h \
-    DNServerHTTP.h \
-    DNServerSerialPort.h \
-    DNServerBase.h \
-    DNSerialPort.h \
-    DNSerialPortImpl.h \
-    platform/qt/qtdnserialportimpl.h \
-    DNServerHTTPImpl.h \
-    DNSettings.h \
-    DNSettingsImpl.h
-
-FORMS    += QtDennco/mainwindow.ui
-FORMS    += QtDennco/portinfodialog.ui
-
+FORMS += layer3/QtDennco/mainwindow.ui
+FORMS += layer3/QtDennco/portinfodialog.ui
 
 CONFIG(debug,debug|release) {
     DEFINES+=DEBUG
similarity index 100%
rename from Source/DNGlobal.h
rename to Source/layer1/DNGlobal.h
similarity index 100%
rename from Source/DNStorage.h
rename to Source/layer1/DNStorage.h
similarity index 100%
rename from Source/DNUtils.cpp
rename to Source/layer1/DNUtils.cpp
similarity index 100%
rename from Source/DNUtils.h
rename to Source/layer1/DNUtils.h
similarity index 100%
rename from Source/TKAxon.cpp
rename to Source/layer1/TKAxon.cpp
similarity index 100%
rename from Source/TKAxon.h
rename to Source/layer1/TKAxon.h
similarity index 100%
rename from Source/TKCell.cpp
rename to Source/layer1/TKCell.cpp
similarity index 100%
rename from Source/TKCell.h
rename to Source/layer1/TKCell.h
similarity index 100%
rename from Source/TKConsole.h
rename to Source/layer1/TKConsole.h
similarity index 100%
rename from Source/TKDebug.cpp
rename to Source/layer1/TKDebug.cpp
similarity index 100%
rename from Source/TKDebug.h
rename to Source/layer1/TKDebug.h
similarity index 100%
rename from Source/TKLock.cpp
rename to Source/layer1/TKLock.cpp
similarity index 100%
rename from Source/TKLock.h
rename to Source/layer1/TKLock.h
similarity index 100%
rename from Source/TKLog.cpp
rename to Source/layer1/TKLog.cpp
similarity index 100%
rename from Source/TKLog.h
rename to Source/layer1/TKLog.h
similarity index 100%
rename from Source/DNXML.cpp
rename to Source/layer2/DNXML.cpp
similarity index 100%
rename from Source/DNXML.h
rename to Source/layer2/DNXML.h
similarity index 100%
rename from Source/DNXMLImpl.h
rename to Source/layer2/DNXMLImpl.h
similarity index 100%
rename from Source/DNAlert.cpp
rename to Source/layer3/DNAlert.cpp
similarity index 100%
rename from Source/DNAlert.h
rename to Source/layer3/DNAlert.h
similarity index 100%
rename from Source/DNEngine.h
rename to Source/layer3/DNEngine.h
similarity index 100%
rename from Source/DNThread.h
rename to Source/layer3/DNThread.h
similarity index 99%
rename from Source/TKJSContainer.h
rename to Source/layer3/OSXJSScript/TKJSContainer.h
index 71a36fd..2c8f605 100644 (file)
@@ -57,4 +57,4 @@ private:
 };
 
 
-#endif
\ No newline at end of file
+#endif
similarity index 100%
rename from Source/TKUICell.h
rename to Source/layer3/TKUICell.h
similarity index 100%
rename from Source/dennco.h
rename to Source/layer3/dennco.h
index a4eb642..de81b28 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef VERSIONINFO_H
 #define VERSIONINFO_H
 
-#define CONTAINER_VERSION   "alpha 1.0"
-#define ENGINE_VERSION      "alpha 1.0"
+#define CONTAINER_VERSION   "alpha 1.1"
+#define ENGINE_VERSION      "alpha 1.1"
 
 #endif // VERSIONINFO_H