diff options
Diffstat (limited to 'base/stats')
-rw-r--r-- | base/stats/mysql.cc | 2 | ||||
-rw-r--r-- | base/stats/mysql.hh | 3 | ||||
-rw-r--r-- | base/stats/output.hh | 2 | ||||
-rw-r--r-- | base/stats/statdb.cc | 2 | ||||
-rw-r--r-- | base/stats/statdb.hh | 2 | ||||
-rw-r--r-- | base/stats/text.cc | 6 | ||||
-rw-r--r-- | base/stats/text.hh | 2 | ||||
-rw-r--r-- | base/stats/types.hh | 2 | ||||
-rw-r--r-- | base/stats/visit.cc | 2 | ||||
-rw-r--r-- | base/stats/visit.hh | 2 |
10 files changed, 15 insertions, 10 deletions
diff --git a/base/stats/mysql.cc b/base/stats/mysql.cc index 77366beb0..42f68811b 100644 --- a/base/stats/mysql.cc +++ b/base/stats/mysql.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/stats/mysql.hh b/base/stats/mysql.hh index 4671b89dd..5780009d7 100644 --- a/base/stats/mysql.hh +++ b/base/stats/mysql.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,6 +34,7 @@ #include "base/stats/output.hh" +namespace MySQL { class Connection; } namespace Stats { class DistDataData; diff --git a/base/stats/output.hh b/base/stats/output.hh index 186d7bab1..a575fdf2e 100644 --- a/base/stats/output.hh +++ b/base/stats/output.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/stats/statdb.cc b/base/stats/statdb.cc index cd5a095c0..eed3d6296 100644 --- a/base/stats/statdb.cc +++ b/base/stats/statdb.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/stats/statdb.hh b/base/stats/statdb.hh index 6935a9aa0..bd7fabf32 100644 --- a/base/stats/statdb.hh +++ b/base/stats/statdb.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/stats/text.cc b/base/stats/text.cc index 511dbe638..f7e82a30f 100644 --- a/base/stats/text.cc +++ b/base/stats/text.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -26,6 +26,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if defined(__APPLE__) +#define _GLIBCPP_USE_C99 1 +#endif + #include <iostream> #include <fstream> #include <string> diff --git a/base/stats/text.hh b/base/stats/text.hh index 88e32ff0a..9dd036f86 100644 --- a/base/stats/text.hh +++ b/base/stats/text.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/stats/types.hh b/base/stats/types.hh index dcfbd5fa9..fbabfb118 100644 --- a/base/stats/types.hh +++ b/base/stats/types.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/stats/visit.cc b/base/stats/visit.cc index 88cd466b4..a270d94f4 100644 --- a/base/stats/visit.cc +++ b/base/stats/visit.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/base/stats/visit.hh b/base/stats/visit.hh index 3a46bb9ef..0b6cc5f22 100644 --- a/base/stats/visit.hh +++ b/base/stats/visit.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2004 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without |