Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Type-PolyLine
Compare Revisions
426bff1d59070d104eb9727aa284787c6a85bf6a...4d9df315b2cb74e139e5e343f8519c5e7f9d9017
Commits (1)
Removed old svn header
· 4d9df315
Jan Möbius
authored
Jan 09, 2019
4d9df315
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
9 additions
and
78 deletions
+9
-78
ObjectTypes/PolyLine/PolyLine.hh
ObjectTypes/PolyLine/PolyLine.hh
+1
-7
ObjectTypes/PolyLine/PolyLineObject.cc
ObjectTypes/PolyLine/PolyLineObject.cc
+1
-7
ObjectTypes/PolyLine/PolyLineObject.hh
ObjectTypes/PolyLine/PolyLineObject.hh
+1
-7
ObjectTypes/PolyLine/PolyLineObjectSerializer.cc
ObjectTypes/PolyLine/PolyLineObjectSerializer.cc
+0
-8
ObjectTypes/PolyLine/PolyLineObjectSerializer.hh
ObjectTypes/PolyLine/PolyLineObjectSerializer.hh
+0
-7
ObjectTypes/PolyLine/PolyLineTypes.hh
ObjectTypes/PolyLine/PolyLineTypes.hh
+1
-7
ObjectTypes/PolyLineCollection/PolyLineCollection.hh
ObjectTypes/PolyLineCollection/PolyLineCollection.hh
+1
-7
ObjectTypes/PolyLineCollection/PolyLineCollectionNodeT.hh
ObjectTypes/PolyLineCollection/PolyLineCollectionNodeT.hh
+1
-7
ObjectTypes/PolyLineCollection/PolyLineCollectionObject.cc
ObjectTypes/PolyLineCollection/PolyLineCollectionObject.cc
+1
-7
ObjectTypes/PolyLineCollection/PolyLineCollectionObject.hh
ObjectTypes/PolyLineCollection/PolyLineCollectionObject.hh
+1
-7
ObjectTypes/PolyLineCollection/PolyLineCollectionTypes.hh
ObjectTypes/PolyLineCollection/PolyLineCollectionTypes.hh
+1
-7
No files found.
ObjectTypes/PolyLine/PolyLine.hh
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
ObjectTypes/PolyLine/PolyLineObject.cc
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
ObjectTypes/PolyLine/PolyLineObject.hh
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
ObjectTypes/PolyLine/PolyLineObjectSerializer.cc
View file @
4d9df315
...
@@ -39,14 +39,6 @@
...
@@ -39,14 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 21016 $ *
* $LastChangedBy: schultz $ *
* $Date: 2015-07-16 16:48:42 +0200 (Do, 16 Jul 2015) $ *
* *
\*===========================================================================*/
#include "PolyLineObjectSerializer.hh"
#include "PolyLineObjectSerializer.hh"
#include <ObjectTypes/PolyLine/PolyLineCircleData.hh>
#include <ObjectTypes/PolyLine/PolyLineCircleData.hh>
...
...
ObjectTypes/PolyLine/PolyLineObjectSerializer.hh
View file @
4d9df315
...
@@ -39,13 +39,6 @@
...
@@ -39,13 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 21016 $ *
* $LastChangedBy: schultz $ *
* $Date: 2015-07-16 16:48:42 +0200 (Do, 16 Jul 2015) $ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
ObjectTypes/PolyLine/PolyLineTypes.hh
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
ObjectTypes/PolyLineCollection/PolyLineCollection.hh
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
ObjectTypes/PolyLineCollection/PolyLineCollectionNodeT.hh
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef POLYLINE_COLLECTION_NODE_T_HH
#ifndef POLYLINE_COLLECTION_NODE_T_HH
#define POLYLINE_COLLECTION_NODE_T_HH
#define POLYLINE_COLLECTION_NODE_T_HH
...
...
ObjectTypes/PolyLineCollection/PolyLineCollectionObject.cc
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
ObjectTypes/PolyLineCollection/PolyLineCollectionObject.hh
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
ObjectTypes/PolyLineCollection/PolyLineCollectionTypes.hh
View file @
4d9df315
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...