comparison src/dependcy.cc @ 107:20aa5a515896

Reformat one line /* */ comments to //
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 12:42:55 +0300
parents a68786b9c74b
children
comparison
equal deleted inserted replaced
106:093497110727 107:20aa5a515896
26 this program; if not, write to the Free Software Foundation, Inc., 59 Temple 26 this program; if not, write to the Free Software Foundation, Inc., 59 Temple
27 Place, Suite 330, Boston, MA 02111-1307, USA. 27 Place, Suite 330, Boston, MA 02111-1307, USA.
28 */ 28 */
29 29
30 30
31 #include "yadex.h" /* Just to force a recompile when you ./configure again */ 31 #include "yadex.h" // Just to force a recompile when you ./configure again
32 #include "dependcy.h" 32 #include "dependcy.h"
33 #include "serialnum.h" 33 #include "serialnum.h"
34 34
35 35
36 Dependency::Dependency(Serial_num * sn) 36 Dependency::Dependency(Serial_num * sn)