blob: 08ae34d9bbf0c56b390f61a68f9b6a232eff4842 [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
#include "art.h"
namespace art {
bool Art::Startup() {
return true;
}
void Art::Shutdown() {
}
} // namespace art