OpenMS
UpdateCheck.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Timo Sachsenberg $
6 // $Authors: Timo Sachsenberg $
7 // --------------------------------------------------------------------------
8 
9 
10 #pragma once
11 
12 #include <OpenMS/config.h>
13 
14 namespace OpenMS
15 {
16  class String;
22  class OPENMS_DLLAPI UpdateCheck
23  {
24 public:
25  static void run(const String& tool_name, const String& version, int debug_level);
26  };
27 }
28 
29 
const char * tool_name
Definition: FLASHDeconvWizard.cpp:53
A more convenient string class.
Definition: String.h:34
Helper Functions to perform an update query to the OpenMS REST server.
Definition: UpdateCheck.h:23
static void run(const String &tool_name, const String &version, int debug_level)
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22