Fixing packaging
[profile/ivi/festival.git] / src / modules / MultiSyn / inst_tmpl / vector_jccp_t.cc
1 /*************************************************************************/
2 /*                                                                       */
3 /*                Centre for Speech Technology Research                  */
4 /*                 (University of Edinburgh, UK) and                     */
5 /*                           Korin Richmond                              */
6 /*                         Copyright (c) 2004                            */
7 /*                         All Rights Reserved.                          */
8 /*                                                                       */
9 /*  Permission is hereby granted, free of charge, to use and distribute  */
10 /*  this software and its documentation without restriction, including   */
11 /*  without limitation the rights to use, copy, modify, merge, publish,  */
12 /*  distribute, sublicense, and/or sell copies of this work, and to      */
13 /*  permit persons to whom this work is furnished to do so, subject to   */
14 /*  the following conditions:                                            */
15 /*                                                                       */
16 /*   1. The code must retain the above copyright notice, this list of    */
17 /*      conditions and the following disclaimer.                         */
18 /*   2. Any modifications must be clearly marked as such.                */
19 /*   3. Original authors' names are not deleted.                         */
20 /*   4. The authors' names are not used to endorse or promote products   */
21 /*      derived from this software without specific prior written        */
22 /*      permission.                                                      */
23 /*                                                                       */
24 /*  THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK        */
25 /*  DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING      */
26 /*  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT   */
27 /*  SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE     */
28 /*  FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES    */
29 /*  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN   */
30 /*  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,          */
31 /*  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF       */
32 /*  THIS SOFTWARE.                                                       */
33 /*                                                                       */
34 /*************************************************************************/
35 /*                                                                       */
36 /*                      Date: February 2004                              */
37 /* --------------------------------------------------------------------  */
38 /* Instantiate class list of pointers to EST_Utterance                   */
39 /*                                                                       */
40 /* Author:  Korin Richmond (korin@cstr.ed.ac.uk)                         */
41 /*************************************************************************/
42
43 #include "EST_TVector.h"
44 #include "EST_TSimpleVector.h"
45
46 class EST_JoinCostCache;
47
48 Declare_TVector_Base_T(EST_JoinCostCache*,0,0,EST_JoinCostCacheP)
49 Declare_TSimpleVector_T(EST_JoinCostCache*,EST_JoinCostCacheP)
50
51 #if defined(INSTANTIATE_TEMPLATES)
52
53 #include "../base_class/EST_TSimpleVector.cc"
54 #include "../base_class/EST_TVector.cc"
55
56 Instantiate_TVector_T_MIN(EST_JoinCostCache*,EST_JoinCostCacheP)
57 Instantiate_TSimpleVector(EST_JoinCostCache*)
58
59 #endif
60