Ignore:
Timestamp:
Apr 27, 2007, 5:19:39 PM (18 years ago)
Author:
ansari
Message:

Ajout namespace SOPHYA ds les fichiers .cc au lieu de include sopnamsp.h en presence de DECL_TEMP_SPEC , cmv+reza 27/04/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppftpointerio.cc

    r2859 r3232  
    55
    66#include "machdefs.h"
    7 #include "sopnamsp.h"
    87#include "ppftpointerio.h"
    98
     9namespace SOPHYA {
     10
    1011//----------------------------------------------------------------------
    11 namespace SOPHYA {
    1212//! \cond
    1313// Specific implementation using table I/O in PPFBinaryIOStreams
     
    8181//! \endcond
    8282
    83 }  // namespace SOPHYA
    8483/*
    8584#ifdef __CXX_PRAGMA_TEMPLATES__
     
    10099
    101100#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    102 namespace SOPHYA {
    103101template class PPF_TPointer_IO< char >;
    104102template class PPF_TPointer_IO< int_1 >;
     
    114112template class PPF_TPointer_IO< complex<r_4> >;
    115113template class PPF_TPointer_IO< complex<r_8> >;
    116 }
    117114#endif
    118115*/
     116
     117}  // namespace SOPHYA
Note: See TracChangeset for help on using the changeset viewer.