]> Creatis software - gdcm.git/commitdiff
* FIX (JPR bug) : src/gdcmDicomDirImage.cxx added missing definition
authorfrog <frog>
Tue, 16 Mar 2004 09:17:29 +0000 (09:17 +0000)
committerfrog <frog>
Tue, 16 Mar 2004 09:17:29 +0000 (09:17 +0000)
       of gdcmDicomDirImage::NewImage as empty function.

.cvsignore
ChangeLog
Testing/.cvsignore
src/.cvsignore
src/gdcmDicomDirImage.cxx
src/jpeg/ljpg/.cvsignore [new file with mode: 0644]

index 269d11099294bf4f5b837cb4e715ffd9827f8388..f2988cb18ceeed581fc28b018a84cdc55eceb5e7 100644 (file)
@@ -9,6 +9,7 @@ configure
 libtool
 ltmain.sh
 aclocal.m4
+autom4te.cache
 *.pyc
 build
 dist
@@ -21,4 +22,5 @@ gdcm.spec
 *.ncb
 *.opt
 *Python.cxx
-*lib*
\ No newline at end of file
+*lib*
+
index 39fd0fa12fa927c8d65be15aae7cba02a5aa2bbe..54ca67eab2c9bc6c2c16b5bcd79628d1cfe184ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> 
+     * FIX (JPR bug) : src/gdcmDicomDirImage.cxx added missing definition
+       of gdcmDicomDirImage::NewImage as empty function.
+
 2004-02-11 Benoit Regrain
      * FIX : memory leaks and the set of ArgDelete methods in gdcmDicomDir
        when using from python
index 2882f50cac2ddf8301609a644a632fd1db6ccfd5..a15dc1a8233991f64128a5adef3b046fd1cc6127 100644 (file)
@@ -9,6 +9,9 @@ hashtest
 dcm2acr
 pourFindTaggs
 testChangeEntete
+PrintDicomDir
+makeDicomDir
+testDicomDir
 bug1
 image.dcm
 image.raw
index 813d0fd2469c36aa3d7886767004ba1e1eff062e..65b03fc2664a050ccdf5cbb698084cf25857d08f 100644 (file)
@@ -8,3 +8,5 @@ Makefile
 *.la
 *Debug*
 *Release*
+config.h
+config.h.in
index 1d08986925166d908e0fa1a54535d56206ecc44c..f17fe2eeb568cbe2ae746351d452f3ff47c3e0de 100644 (file)
@@ -55,6 +55,13 @@ void gdcmDicomDirImage::Print(std::ostream &os)
    gdcmObject::Print(os);
 }
 
+/**
+ * \ingroup gdcmDicomDirImage
+ * \brief   TODO
+ * @return
+ */
+gdcmDicomDirImage* gdcmDicomDirImage::NewImage(void) {}
+
 //-----------------------------------------------------------------------------
 // Public
 
diff --git a/src/jpeg/ljpg/.cvsignore b/src/jpeg/ljpg/.cvsignore
new file mode 100644 (file)
index 0000000..6e5ca7e
--- /dev/null
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+.deps
+.libs
+*.lo
+*.la