Changeset 125 for trunk/src/SDWriter.h


Ignore:
Timestamp:
12/10/04 14:54:54 (19 years ago)
Author:
mar637
Message:

Moved to casa namespace.
Adjusted the copyright to be ATNF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDWriter.h

    r83 r125  
    33//#---------------------------------------------------------------------------
    44//# Copyright (C) 2004
    5 //# Mark Calabretta, ATNF
     5//# ATNF
    66//#
    77//# This program is free software; you can redistribute it and/or modify it
     
    2929//# $Id$
    3030//#---------------------------------------------------------------------------
    31 #ifndef _SDWRITER_H
    32 #define _SDWRITER_H
     31#ifndef SDWRITER_H
     32#define SDWRITER_H
    3333
    3434#include <string>
     
    4949  ~SDWriter();
    5050
    51   Int setFormat(const string &format = "SDFITS");
    52   Int write(const CountedPtr<SDMemTable> table,
     51  casa::Int setFormat(const string &format = "SDFITS");
     52  casa::Int write(const casa::CountedPtr<SDMemTable> table,
    5353            const string &filename);
    5454
Note: See TracChangeset for help on using the changeset viewer.