Deleted Added
sdiff udiff text old ( 5739:27c1d1048c65 ) new ( 5992:9c04119e93af )
full compact
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 337 unchanged lines hidden (view full) ---

346INSTANTIATE_PARAM_TEMPLATES(unsigned short)
347INSTANTIATE_PARAM_TEMPLATES(signed int)
348INSTANTIATE_PARAM_TEMPLATES(unsigned int)
349INSTANTIATE_PARAM_TEMPLATES(signed long)
350INSTANTIATE_PARAM_TEMPLATES(unsigned long)
351INSTANTIATE_PARAM_TEMPLATES(signed long long)
352INSTANTIATE_PARAM_TEMPLATES(unsigned long long)
353INSTANTIATE_PARAM_TEMPLATES(bool)
354INSTANTIATE_PARAM_TEMPLATES(string)
355
356
357/////////////////////////////
358
359/// Container for serializing global variables (not associated with
360/// any serialized object).
361class Globals : public Serializable

--- 226 unchanged lines hidden ---