PHOperation.C
//-----------------------------------------------------------------------------
// $Header: /afs/rhic/phenix/cvsroot/offline/framework/phool/PHOperation.C,v 1.1 1999/03/03 21:53:08 messer Exp $
//
// The PHOOL's Software
// Copyright (C) PHENIX collaboration, 1999
//
// Implementation of class ...
//
// Author: Matthias Messer
//-----------------------------------------------------------------------------
#include "PHOperation.h"
template <class T> PHOperation<T>::PHOperation()
{
}
template <class T> PHOperation<T>::~PHOperation()
{
}