From: Timo Tietavainen Date: Tue, 14 Sep 2021 12:10:03 +0000 (+0300) Subject: Add deprecation warnings for SdlInstance APIs X-Git-Tag: v0.8.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=354c65d7e6d9269e62b88b1804443513e55f4889;hp=354c65d7e6d9269e62b88b1804443513e55f4889;p=ric-plt%2Fsdlgo.git Add deprecation warnings for SdlInstance APIs Add 'Deprecated:' warning texts to SdlInstance struct type and all of its receiver API functions. SDL repository contains SyncStorage struct type with its receiver API functions and it should be used instead of SdlInstance. With this commit there is added deprecation warnings and these warnings should be a heads up for SDL API users not to use anymore SdlInstance API. After some reasonable time has passed SdlInstance will be removed completely from the SDL repository. Issue-Id: RIC-805 Signed-off-by: Timo Tietavainen Change-Id: I69d2e9fcfc42111c2e660cc451026c6d713cff70 ---