From c49964c20dbf12e3dceb3aed967b08d9b30758db Mon Sep 17 00:00:00 2001 From: Jack Del Vecchio Date: Tue, 17 Dec 2024 12:22:05 -0500 Subject: [PATCH] Rename deprecated version of constructPartFilename - Redoing this because it must have been lost in the rebase --- dali/base/dadfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/base/dadfs.cpp b/dali/base/dadfs.cpp index ee03f9cb942..94d3cd6e90a 100644 --- a/dali/base/dadfs.cpp +++ b/dali/base/dadfs.cpp @@ -247,7 +247,7 @@ extern da_decl cost_type calcDiskWriteCost(const StringArray & clusters, stat_ty // Deprecated and should be removed and new feature tested -RemoteFilename &constructPartFilename(IGroup *grp,unsigned partno,unsigned partmax,const char *name,const char *partmask,const char *partdir,unsigned copy,ClusterPartDiskMapSpec &mspec,RemoteFilename &rfn) +RemoteFilename &deprecatedConstructPartFilename(IGroup *grp,unsigned partno,unsigned partmax,const char *name,const char *partmask,const char *partdir,unsigned copy,ClusterPartDiskMapSpec &mspec,RemoteFilename &rfn) { partno--; StringBuffer tmp;