- Timestamp:
- Feb 13, 2009, 3:15:12 PM (17 years ago)
- Location:
- source/ariba
- Files:
-
- 1 deleted
- 1 edited
- 23 copied
-
AribaModule.cpp (copied) (copied from source/ariba/tidy/AribaModule.cpp )
-
AribaModule.h (copied) (copied from source/ariba/tidy/AribaModule.h )
-
DataMessage.cpp (copied) (copied from source/ariba/tidy/DataMessage.cpp )
-
DataMessage.h (copied) (copied from source/ariba/tidy/DataMessage.h )
-
Identifiers.cpp (copied) (copied from source/ariba/tidy/Identifiers.cpp )
-
Identifiers.h (copied) (copied from source/ariba/tidy/Identifiers.h )
-
LinkProperties.cpp (copied) (copied from source/ariba/tidy/LinkProperties.cpp )
-
LinkProperties.h (copied) (copied from source/ariba/tidy/LinkProperties.h )
-
Makefile.am (modified) (1 diff)
-
Module.cpp (copied) (copied from source/ariba/tidy/Module.cpp )
-
Module.h (copied) (copied from source/ariba/tidy/Module.h )
-
Name.cpp (copied) (copied from source/ariba/tidy/Name.cpp )
-
Name.h (copied) (copied from source/ariba/tidy/Name.h )
-
Node.cpp (copied) (copied from source/ariba/tidy/Node.cpp )
-
Node.h (copied) (copied from source/ariba/tidy/Node.h )
-
NodeListener.cpp (copied) (copied from source/ariba/tidy/NodeListener.cpp )
-
NodeListener.h (copied) (copied from source/ariba/tidy/NodeListener.h )
-
SpoVNetProperties.cpp (copied) (copied from source/ariba/tidy/SpoVNetProperties.cpp )
-
SpoVNetProperties.h (copied) (copied from source/ariba/tidy/SpoVNetProperties.h )
-
TidyCommunicationListener.cpp (copied) (copied from source/ariba/tidy/TidyCommunicationListener.cpp )
-
TidyCommunicationListener.h (copied) (copied from source/ariba/tidy/TidyCommunicationListener.h )
-
TidyMessage.cpp (copied) (copied from source/ariba/tidy/TidyMessage.cpp )
-
TidyMessage.h (copied) (copied from source/ariba/tidy/TidyMessage.h )
-
ariba.h (copied) (copied from source/ariba/tidy/ariba.h )
-
tidy (deleted)
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Makefile.am
r2396 r2409 45 45 #tidy interface 46 46 libariba_la_SOURCES += \ 47 tidy/AribaModule.cpp \48 tidy/AribaModule.h \49 tidy/TidyCommunicationListener.cpp \50 tidy/TidyCommunicationListener.h \51 tidy/Identifiers.cpp \52 tidy/Identifiers.h \53 tidy/LinkProperties.cpp \54 tidy/LinkProperties.h \55 tidy/TidyMessage.cpp \56 tidy/TidyMessage.h \57 tidy/DataMessage.cpp \58 tidy/DataMessage.h \59 tidy/Module.cpp \60 tidy/Module.h \61 tidy/Name.cpp \62 tidy/Name.h \63 tidy/Node.cpp \64 tidy/Node.h \65 tidy/NodeListener.cpp \66 tidy/NodeListener.h \67 tidy/SpoVNetProperties.cpp \68 tidy/SpoVNetProperties.h47 AribaModule.cpp \ 48 AribaModule.h \ 49 TidyCommunicationListener.cpp \ 50 TidyCommunicationListener.h \ 51 Identifiers.cpp \ 52 Identifiers.h \ 53 LinkProperties.cpp \ 54 LinkProperties.h \ 55 TidyMessage.cpp \ 56 TidyMessage.h \ 57 DataMessage.cpp \ 58 DataMessage.h \ 59 Module.cpp \ 60 Module.h \ 61 Name.cpp \ 62 Name.h \ 63 Node.cpp \ 64 Node.h \ 65 NodeListener.cpp \ 66 NodeListener.h \ 67 SpoVNetProperties.cpp \ 68 SpoVNetProperties.h 69 69 70 70 #communication
Note:
See TracChangeset
for help on using the changeset viewer.