Changeset 3237 in Sophya for trunk/SophyaExt


Ignore:
Timestamp:
Apr 27, 2007, 6:08:35 PM (18 years ago)
Author:
ansari
Message:

suppression include sopnamsp.h et mis la declaration namespace SOPHYA ds les fichiers .cc quand DECL_TEMP_SPEC ds le fichier , cmv+reza 27/04/2007

Location:
trunk/SophyaExt/FitsIOServer
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsgenedata.cc

    r3167 r3237  
    11#include "machdefs.h"
    2 #include "sopnamsp.h"
    32
    43#include <stdio.h>
     
    1110#include "fitsblkrw.h"
    1211#include "fitshandler.h"
     12
     13namespace SOPHYA {
    1314
    1415DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
     
    205206  return;
    206207}
     208
     209} // FIN namespace SOPHYA
  • trunk/SophyaExt/FitsIOServer/fitshdtable.cc

    r3167 r3237  
    11#include "machdefs.h"
    2 #include "sopnamsp.h"
    32
    43#include <stdio.h>
     
    1110#include "fitshandler.h"
    1211#include "swfitsdtable.h"
     12
     13namespace SOPHYA {
    1314
    1415DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
     
    380381
    381382
    382 
    383 
     383} // FIN namespace SOPHYA
     384
     385
  • trunk/SophyaExt/FitsIOServer/fitshisterr.cc

    r3183 r3237  
    11#include "machdefs.h"
    2 #include "sopnamsp.h"
    32
    43#include <stdio.h>
     
    1312#include "fitshandler.h"
    1413
     14namespace SOPHYA {
    1515
    1616///////////////////////////////////////////////////////////////////////////
     
    302302  return;
    303303}
     304
     305} // FIN namespace SOPHYA
  • trunk/SophyaExt/FitsIOServer/fitshistos.cc

    r3167 r3237  
    11#include "machdefs.h"
    2 #include "sopnamsp.h"
    32
    43#include <stdio.h>
     
    1413#include "fitshandler.h"
    1514
     15namespace SOPHYA {
    1616
    1717////////////////////////////////////////////////////////////////
     
    543543  return;
    544544}
     545
     546} // FIN namespace SOPHYA
Note: See TracChangeset for help on using the changeset viewer.