|
// Filename: vector_PT_Node.cxx
|
|
// Created by: drose (16May00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#include "vector_PT_Node.h"
|
|
|
|
// Tell GCC that we'll take care of the instantiation explicitly here.
|
|
#ifdef __GNUC__
|
|
#pragma implementation
|
|
#endif
|